/* SELEKTORY: */

BODY
{
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #003868;
  background-color: #DDEEF0;
  margin: 6mm;
  text-align: justify;
  scrollbar-base-color: #DDEEF0;
  scrollbar-highlight-color: #DDEEF0;
  scrollbar-shadow-color: #DDEEF0;
  scrollbar-darkshadow-color: #DDEEF0;
  scrollbar-arrow-color: #0066A0;
}

A:link
{
  text-decoration: none;
  color: #0080FF;
}

A:visited 
{
  text-decoration: none;
  color: #0000FF;
}


A:hover
{
  text-decoration: none;
  color: #EDEDED;
  background-color: #0066A0;
}